host-interaction/file-system/write

set shadow password file entry on Linux

rule:
  meta:
    name: set shadow password file entry on Linux
    namespace: host-interaction/file-system/write
    authors:
      - jonathanlepore@google.com
    scopes:
      static: instruction
      dynamic: call
    references:
      - https://manpages.ubuntu.com/manpages/noble/man3/putspent.3.html
  features:
    - and:
      - os: linux
      - or:
        - api: putspent

last edited: 2024-10-30 15:19:22